home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 132 (Alt)
/
Vol 132.iso
/
games
/
pupworld.swf
/
scripts
/
__Packages
/
Heroes
/
ConfusingMobileDistraction.as
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2011-06-09
|
261 b
|
13 lines
class Heroes.ConfusingMobileDistraction extends Heroes.MobileDistraction
{
function ConfusingMobileDistraction()
{
super();
}
function distractPlayer()
{
super.distractPlayer();
this._parent.player.confuse();
}
}